home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 225 (1992-12-10)(Manewaldt, A.)(DE)(PD).zip / Taifun 225 (1992-12-10)(Manewaldt, A.)(DE)(PD).adf / SuperDuper / SetTDDelay.doc < prev    next >
Text File  |  1992-11-17  |  2KB  |  56 lines

  1.  
  2.  
  3.                                  SetTDDelay
  4.  
  5.                            © 1991 Sebastiano Vigna
  6.  
  7. SetTDDelay is a very small and simple 2.04-only utility which sets the
  8. public fields tdu_StepDelay, tdu_SettleDelay and tdu_CalibrateDelay of the
  9. trackdisk.device public unit. You can specify zero or more units (specifying
  10. no unit is equivalent to specifying all units). For instance
  11.  
  12. SetTDDelay 0 2 StepDelay 5000
  13.  
  14. will set the step delay of units 0 and 2 to 5000µs, while
  15.  
  16. SetTDDelay CalibrateDelay 3000
  17.  
  18. will set the calibrate delay for all units to 3000µs. If you don't specify
  19. any of the keywords StepDelay, SettleDelay or CalibrateDelay SetTDDelay will
  20. simply print the current settings of trackdisk.device. SetTDDelay's template
  21. will be printed if you specify the standard '?' argument. SetTDDelay is a
  22. pure command and can be made resident.
  23.  
  24. You should never change the delays of a public unit unless you really know
  25. what you're doing. This command has been distributed because some drives
  26. used with the Amiga are out of specs, and this causes SuperDuper 2.0 to
  27. complain ("Error while recalibrating"). The suggestion is to set the step
  28. and calibrate delay of the guilty unit to 5000µs with a
  29.  
  30. SetTDDelay <unit number> StepDelay 5000 CalibrateDelay 5000
  31.  
  32. This operation is equivalent to using Leonard Poma's m5afix program (a patch
  33. which sets to 5000 the step delay). m5afix works also under 1.3. SetTDDelay
  34. it's more flexible but works only under 2.04.
  35.  
  36. SetTDDelay is © 1991 Sebastiano Vigna and it's freely distributable as long
  37. as all of its files are included in their original form without additions,
  38. deletions, or modifications of any kind, and only a nominal fee is charged
  39. for its distribution. This software is provided "AS IS" without warranty of
  40. any kind, either expressed or implied. By using SetTDDelay, you agree to
  41. accept the entire risk as to the quality and performance of the program.
  42.  
  43. Comments, complaints, desiderata are welcome.
  44.  
  45.  
  46.          Sebastiano Vigna
  47.          Via California 22
  48.          I-20144 Milano MI
  49.  
  50.          BIX: svigna
  51.          INTERNET: vigna@imiucca.csi.unimi.it
  52.                    vigna@ghost.sm.dsi.unimi.it
  53.          UUCP:cbmehq!cbmita!sebamiga!seba@cbmvax.cbm.commodore.com
  54.               ...{uunet|pyramid|rutgers}!cbmvax!cbmehq!cbmita!sebamiga!seba
  55.          FIDO: 2:332/607.28
  56.